home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIF2PS.DOC < prev    next >
Text File  |  1991-05-13  |  1KB  |  43 lines

  1.             Gif2PS
  2.             ------
  3.  
  4. Program to print GIF file on later printers supporting Postscript.
  5.  
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: Gif2PS [-q] [-x] [-y] [-s SizeX SizeY] [-p PosX PosY] [-i]
  11.                          [-n #Copies] [-h] GifFile
  12.  
  13.   If no GifFile is given, Gif2PS will try to read stdin for GIF file.
  14.  
  15.  
  16. Memory required:
  17. ----------------
  18.  
  19. Line.
  20.  
  21.  
  22. Options:
  23. --------
  24.  
  25. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  26.    of running scan lines. Use -q- to turn off.
  27. 2. [-x] : Force image to be horizontal. By default image will be positioned
  28.    so it will be the biggest. If -x then image will be scaled to be biggest
  29.    possible horizontally.
  30. 3. [-y] : Same as -x but vertically.
  31. 4. [-s SizeX SizeY] : Force image size to be SizeX by SizeY inches.
  32.    If image will exit page dimensions, it will scream and die.
  33.    Page dimensions are 8.5 by 11.0 inches but only 7.5 by 9.0 are assumed to
  34.    be printable.
  35. 5. [-p PosX PosY] : Force image lower left corner to be as PosX PosY.
  36.    If image will exit page dimensions, it will scream and die.
  37. 6. [-i] : Image will be inverted (Black -> White and vice versa).
  38.    Mapping from colors is done by 0.3 * RED + 0.59 * GREEN + 0.11 * BLUE
  39.    and sometimes inverting the image will look better.
  40. 7. [-n #Copies] : Number of copies to print. 1 by default.
  41. 8. [-h] : print one command line help, similar to Usage above.
  42.  
  43.